Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
include $(XEN_ROOT)/tools/Rules.mk
+CFLAGS += -Werror
+
# Disable PIE/SSP if GCC supports them. They can break us.
CFLAGS += $(call cc-option,$(CC),-nopie,)
CFLAGS += $(call cc-option,$(CC),-fno-stack-protector,)
struct hlei hlei ; /* HashLogEventInput block */
struct hleo hleo; /* HashLogEventOutput block */
struct hleei_long *hleei_l = (struct hleei_long *)hleei_s;
- int sh;
+ int sh = 0;
uint32_t logdataptr;
if (TCG_IsShutdownPreBootInterface() != 0) {